ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / AriaLabel Property

In This Topic
    AriaLabel Property (FlexGridBase<T>)
    In This Topic
    Gets or sets the aria label property of cells host.
    Syntax
    'Declaration
     
    
    Public Overridable Property AriaLabel As String
    public virtual string AriaLabel {get; set;}
    See Also